home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch02 / acp050a / acp050aJ.js < prev   
Text File  |  1999-04-07  |  5KB  |  230 lines

  1.  
  2.  
  3.  
  4. function getQAarray() {
  5.  
  6.  
  7. ////////////////////////////////////////////////////////////////////////////////////
  8. ////////////////////////////////////////////////////////////////////////////////////
  9.  
  10.  
  11. matchingAnsObj = new Object;
  12.  
  13.  
  14. problemArr = new Array();
  15.  
  16. for (i=0; i<this.AnswerArray.length+3; i++) 
  17. {
  18.   problemArr[i] = new Object;
  19. };
  20.  
  21.  
  22.  
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1
  35.  
  36.  
  37.  
  38. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1
  39.  
  40.  problemArr[1]["Q"] = " The title of the radio program was: "; 
  41.  
  42.  
  43.  problemArr[1]["A"] = " Martian Attack. "; 
  44.  
  45.  
  46.  problemArr[1]["B"] = " The War of the Worlds. "; 
  47.  
  48.  
  49.  problemArr[1]["C"] = " Invasion from Mars. "; 
  50.  
  51.  
  52.  problemArr[1]["D"] = " none of the above "; 
  53.  
  54. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2
  55.  
  56.  problemArr[2]["Q"] = " The author of the novel from which the radio program was adapted was: "; 
  57.  
  58.  
  59.  problemArr[2]["A"] = " H. G. Wells. "; 
  60.  
  61.  
  62.  problemArr[2]["B"] = " Orson Welles. "; 
  63.  
  64.  
  65.  problemArr[2]["C"] = " Howard Koch. "; 
  66.  
  67.  
  68.  problemArr[2]["D"] = " Hadley Cantril. "; 
  69.  
  70. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 3
  71.  
  72.  problemArr[3]["Q"] = " The psychological study that assessed how people panicked after the broadcast     was done at: "; 
  73.  
  74.  
  75.  problemArr[3]["A"] = " the University of Illinois. "; 
  76.  
  77.  
  78.  problemArr[3]["B"] = " the University of Chicago. "; 
  79.  
  80.  
  81.  problemArr[3]["C"] = " Columbia University. "; 
  82.  
  83.  
  84.  problemArr[3]["D"] = " Princeton University. "; 
  85.  
  86. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 4
  87.  
  88.  problemArr[4]["Q"] = " One of the factors that was used to explain why people panicked was: "; 
  89.  
  90.  
  91.  problemArr[4]["A"] = " the way the actors imitated familiar sounding voices. "; 
  92.  
  93.  
  94.  problemArr[4]["B"] = " the use of sound effects in the radio broadcast. "; 
  95.  
  96.  
  97.  problemArr[4]["C"] = " the scientific testimony that was presented. "; 
  98.  
  99.  
  100.  problemArr[4]["D"] = " all of the above. "; 
  101.  
  102. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 5
  103.  
  104.  problemArr[5]["Q"] = " How long did the radio broadcast last? "; 
  105.  
  106.  
  107.  problemArr[5]["A"] = " thirty minutes. "; 
  108.  
  109.  
  110.  problemArr[5]["B"] = " sixty minutes. "; 
  111.  
  112.  
  113.  problemArr[5]["C"] = " ninety minutes. "; 
  114.  
  115.  
  116.  problemArr[5]["D"] = " none of the above "; 
  117.  
  118. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 6
  119.  
  120.  problemArr[6]["Q"] = " The group that presented the broadcast: "; 
  121.  
  122.  
  123.  problemArr[6]["A"] = " included real radio announcers and reporters. "; 
  124.  
  125.  
  126.  problemArr[6]["B"] = " was the Mercury Theatre on the Air. "; 
  127.  
  128.  
  129.  problemArr[6]["C"] = " included actual governmental officials. "; 
  130.  
  131.  
  132.  problemArr[6]["D"] = " was the Orson Welles' Players. "; 
  133.  
  134. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 7
  135.  
  136.  problemArr[7]["Q"] = " The date of the broadcast was: "; 
  137.  
  138.  
  139.  problemArr[7]["A"] = " April 1, 1936. "; 
  140.  
  141.  
  142.  problemArr[7]["B"] = " September, 1939. "; 
  143.  
  144.  
  145.  problemArr[7]["C"] = " October, 1938. "; 
  146.  
  147.  
  148.  problemArr[7]["D"] = " June 21, 1940. "; 
  149.  
  150. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 8
  151.  
  152.  problemArr[8]["Q"] = " The location of the reported landing of the Martian invaders was: "; 
  153.  
  154.  
  155.  problemArr[8]["A"] = " Princeton, New Jersey. "; 
  156.  
  157.  
  158.  problemArr[8]["B"] = " New York City. "; 
  159.  
  160.  
  161.  problemArr[8]["C"] = " Washington, DC. "; 
  162.  
  163.  
  164.  problemArr[8]["D"] = " Grover's Mill, New Jersey. "; 
  165.  
  166. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 9
  167.  
  168.  problemArr[9]["Q"] = " The producer of the radio program was: "; 
  169.  
  170.  
  171.  problemArr[9]["A"] = " Howard Koch. "; 
  172.  
  173.  
  174.  problemArr[9]["B"] = " Orson Welles. "; 
  175.  
  176.  
  177.  problemArr[9]["C"] = " Herbert Morrison. "; 
  178.  
  179.  
  180.  problemArr[9]["D"] = " none of the above "; 
  181.  
  182. //   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 10
  183.  
  184.  problemArr[10]["Q"] = " The size of the radio audience for the broadcast was: "; 
  185.  
  186.  
  187.  problemArr[10]["A"] = " one million people. "; 
  188.  
  189.  
  190.  problemArr[10]["B"] = " thirty million people. "; 
  191.  
  192.  
  193.  problemArr[10]["C"] = " six million people. "; 
  194.  
  195.  
  196.  problemArr[10]["D"] = " three million people.  "; 
  197.  
  198.  
  199.    
  200.  
  201.  
  202.  
  203.  
  204.  
  205. ////////////////////////////////////////////////////////////////////////////////////
  206. ////////////////////////////////////////////////////////////////////////////////////
  207. ////////////////////////////////////////////////////////////////////////////////////
  208. ////////////////////////////////////////////////////////////////////////////////////
  209. ////////////////////////////////////////////////////////////////////////////////////
  210.  
  211.  
  212. }
  213.  
  214.  
  215. getQAarray();
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.